home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
007
/
ovl20.arc
/
COW.C
< prev
next >
Wrap
Text File
|
1988-02-18
|
109b
|
12 lines
cow_noise()
{
printf(" goes moo");
}
cow(int i)
{
printf("\ncow");
if(i==9)
cow_noise();
}